Delete Rag Config
RAG API Endpoints
Delete RAG Configuration
Deletes an existing RAG configuration by its ID.
DELETE
Delete Rag Config
Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Description
Deletes an existing Rag configuration by its ID.Endpoint
DELETE/v3/rag/{config_id}/
Authentication
API Key (x-api-key) must be included in the request headers.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
config_id | string | Unique identifier of the Rag config to delete. |
Response
| Code | Description |
|---|---|
| 200 | Successful Response |
| 422 | Validation Error |